Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #167

Merged
merged 26 commits into from
Apr 15, 2021
Merged

Dev #167

merged 26 commits into from
Apr 15, 2021

Conversation

stemangiola
Copy link
Owner

No description provided.

@mblue9
Copy link
Collaborator

mblue9 commented Apr 12, 2021

I've added the newer actions here so you can test against R 4.1 & Bioc 3.13

@mblue9
Copy link
Collaborator

mblue9 commented Apr 12, 2021

FYI the Mac error here is due to homebrew & looks like we have to just wait for a fix, reported here r-lib/actions#280
The Linux & Windows errors are tidybulk-related I think.

@stemangiola
Copy link
Owner Author

The Linux & Windows errors are tidybulk-related I think.

Thanks. Sorry I have not extensive tests of tidybulk for SE, I am a bit overwhelmed at the moment.

The tests would have avoided this whole wrong reduce dimension behaviour.

@stemangiola
Copy link
Owner Author

The Linux & Windows errors are tidybulk-related I think.

Thanks. Sorry I have not extensive tests of tidybulk for SE, I am a bit overwhelmed at the moment.

The tests would have avoided this whole wrong reduce dimension behaviour.

I have fixed few things, now vignette is failing because of the introduction of feature. Is tidybulk being checked against 3_13?

@mblue9
Copy link
Collaborator

mblue9 commented Apr 13, 2021

Thanks. Sorry I have not extensive tests of tidybulk for SE, I am a bit overwhelmed at the moment.

The tests would have avoided this whole wrong reduce dimension behaviour.

No worries, totally understand!

I have fixed few things, now vignette is failing because of the introduction of feature. Is tidybulk being checked against 3_13?

Yes definitely being checked against 3.13, can see in the actions here
Screen Shot 2021-04-13 at 8 21 40 am

I think it's because it's using tidySumarizedExperiment version 1.1.3 and feature is in 1.1.4?
Screen Shot 2021-04-13 at 8 21 09 am

As it's pulling from Bioc devel which only has 1.1.3
https://www.bioconductor.org/packages/devel/bioc/html/tidySummarizedExperiment.html

@stemangiola
Copy link
Owner Author

I think it's because it's using tidySumarizedExperiment version 1.1.3 and feature is in 1.1.4?

True. I pushed the version 1.1.4 couple of days ago. Anyway now I pushed the 1.1.5. It should be online in couple of days.

Getting there!

@stemangiola
Copy link
Owner Author

I think it's because it's using tidySumarizedExperiment version 1.1.3 and feature is in 1.1.4?

True. I pushed the version 1.1.4 couple of days ago. Anyway now I pushed the 1.1.5. It should be online in couple of days.

Getting there!

In the website

https://www.bioconductor.org/packages/devel/bioc/html/tidySummarizedExperiment.html

I can see

image

@mblue9
Copy link
Collaborator

mblue9 commented Apr 14, 2021

That's what I see too 1.1.3 in devel but we need 1.1.4 or 1.1.5 to appear there. Did you push to bioconductor repo? Their build report from Monday is showing it's still 1.1.3 https://www.bioconductor.org/checkResults/3.13/bioc-LATEST/#T

@stemangiola
Copy link
Owner Author

Did you push to bioconductor repo?

I did for 1.1.4

@mblue9
Copy link
Collaborator

mblue9 commented Apr 14, 2021

1.1.5 is there now https://www.bioconductor.org/packages/devel/bioc/html/tidySummarizedExperiment.html
so I’ve restarted the jobs here

@stemangiola
Copy link
Owner Author

1.1.5 is there now https://www.bioconductor.org/packages/devel/bioc/html/tidySummarizedExperiment.html
so I’ve restarted the jobs here

Now locally checks pass, but here I get

Warning in tools::parse_Rd(infile) :
  /tmp/RtmpEjiKR1/filec9e04525abd5/tidybulk/man/keep_abundant-methods.Rd:105: unknown macro '\lifecycle'
    * ERROR: Avoid references to external hosting platforms
      Found in files:
        functions.R (line 2434, column 50)

I can't understand why, I have redone the lifecycle import..

@mblue9
Copy link
Collaborator

mblue9 commented Apr 15, 2021

Warning in tools::parse_Rd(infile) :
/tmp/RtmpEjiKR1/filec9e04525abd5/tidybulk/man/keep_abundant-methods.Rd:105: unknown macro '\lifecycle'
* ERROR: Avoid references to external hosting platforms
Found in files:
functions.R (line 2434, column 50)
I can't understand why, I have redone the lifecycle import..

It's not due to lifecycle that's just a warning. It was this line 2434

if("EPIC" %in% .packages() %>% not) stop("tidybulk says: Please attach the apckage EPIC manually (i.e. library(EPIC)). This is because EPIC is only available on GitHub and it is not possible to seemlessy make EPIC part of the dependencies.")

I get the error locally with BiocCheck 1.27.9 (same version as used in the actions here). Seems to be mention of Github triggers the error from this new check Bioconductor/BiocCheck@60cef89#diff-6cd987920443d42098a4963d43b2e0efec9fd16f9198d66705e6d95094e3b87a

@mblue9
Copy link
Collaborator

mblue9 commented Apr 15, 2021

I've edited that line to remove the mention of Github to see if it passes here.

@stemangiola
Copy link
Owner Author

Yeeeee

@mblue9
Copy link
Collaborator

mblue9 commented Apr 15, 2021

Woo hoo 🎉finally 😅

@stemangiola stemangiola merged commit bd76e21 into master Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants